home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / DataPhile.app / English.lproj / GeneralTextInspector.nib / data.classes next >
Encoding:
Text File  |  1996-02-24  |  541 b   |  39 lines

  1. GeneralTextInspector = {
  2.     ACTIONS = {
  3.     changeBgGray:;
  4.     changeBorderType:;
  5.     changeTextColor:;
  6.     changeBgColor:;
  7.     changeAlignment:;
  8.     changeTextGray:;
  9.     };
  10.     OUTLETS = {
  11.     alignmentMatrix;
  12.     bgGrayMatrix;
  13.     borderTypeMatrix;
  14.     colorWell;
  15.     bgColorWell;
  16.     textGrayMatrix;
  17.     };
  18.     SUPERCLASS = Inspector;
  19. };
  20. FirstResponder = {
  21.     ACTIONS = {
  22.     };
  23.     SUPERCLASS = Object;
  24. };
  25. Inspector = {
  26.     ACTIONS = {
  27.     revert:;
  28.     ok:;
  29.     };
  30.     OUTLETS = {
  31.     slist;
  32.     panel;
  33.     controller;
  34.     graphicView;
  35.     selectedGraphic;
  36.     };
  37.     SUPERCLASS = Object;
  38. };
  39.